var runtime.starttime
4 uses
runtime (current package)
proc.go#L6398: var starttime int64
proc.go#L6402: if starttime == 0 {
proc.go#L6403: starttime = now
proc.go#L6407: print("SCHED ", (now-starttime)/1e6, "ms: gomaxprocs=", gomaxprocs, " idleprocs=", sched.npidle.Load(), " threads=", mcount(), " spinningthreads=", sched.nmspinning.Load(), " needspinning=", sched.needspinning.Load(), " idlethreads=", sched.nmidle, " runqueue=", sched.runqsize)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)